Intersoft ClientUI Documentation
IsValidating Property



Gets or sets the IsValidating property. Setting this property to True trigger validation logic and raise error if value is invalid.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property IsValidating As Boolean
Dim instance As UXMaskedInputGenericBase(Of T)
Dim value As Boolean
 
instance.IsValidating = value
 
value = instance.IsValidating
[CategoryAttribute("Common Properties")]
public virtual bool IsValidating {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property bool IsValidating {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMaskedInputGenericBase<T> Class
UXMaskedInputGenericBase<T> Members

Send Feedback